Line Breaks - Welcome Messages

I feel like a dope because this is probably very simple but how can you plug line breaks into the installer prompts?

I did a few searches and most note a `n to create a new line but I think that might be for dialog windows only?

I would just like to space things out a little nicer on the window if possible.

Thanks in advance!

It should probably be \n instead of `n.

Also, try this: [Environment]::NewLine
https://msdn.microsoft.com/en-us/library/system.environment.newline(v=vs.110).aspx