Seems to me you did not try very hard.
PHP Code:
!include LogicLib.nsh
Function PSEnum
${If} $0 = $MyPid
DetailPrint "Found $1"
StrCpy $0 ""
${EndIf}
FunctionEnd
Section
GetFunctionAddress $0 PSEnum
PS::Enum $0
SectionEnd
Comment