is64Bit
The is64Bit function will check the current machine is a 64bit installation
if(is64Bit) { Write-Host "Running 64bit Windows" }