How can I determine what version of PowerShell is installed on a computer, and indeed if it is installed at all?
You can also call the "host" command from the PowerShell commandline. It should give you the value of the $host variable.
$host